Overload | Description |
---|---|
NotContainKeys(TKey[]) | Asserts that the dictionary does not contain any of the specified keys. Key comparison will honor the equality comparer of the dictionary when applicable. |
NotContainKeys(IEnumerable<TKey>,String,Object[]) | Asserts that the dictionary does not contain any of the specified keys. Key comparison will honor the equality comparer of the dictionary when applicable. |